mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
KT-4770 Javac fails against Kotlin inner class
#KT-4770 fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
class InnerClass {
|
||||
Outer.Inner1 field1;
|
||||
Outer.Inner2 field2;
|
||||
}
|
||||
Reference in New Issue
Block a user