You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- RichWindow - we cannot override internal class InterfaceMixin, thus
introduce InterfaceMixin2
- ScrollPane.BarPolicy cannot be an Enumeration because we cannot
override internal class Value. Make it a case class instead
- Window#SuperMixin causes a compiler bug in Dotty
("dotc: wrong number of arguments at crossCast for (x$0: java.awt.GraphicsConfiguration): java.awt.Window: (java.awt.Window#<init> : (x$0: java.awt.GraphicsConfiguration): java.awt.Window
), expected: 1, found: 0"
0 commit comments