mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
KT-3532: NoSuchMethodError when constructing Java inner class KT-3847: Class is not recognized as inner when loaded from binaries #KT-3702 Fixed #KT-3532 Fixed #KT-3847 Fixed
3 lines
50 B
Java
3 lines
50 B
Java
public class kt3532 {
|
|
public class Inner { }
|
|
} |