mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
KT-1829 NoClassDefFoundError when using java inner classes
#KT-1829 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class R {
|
||||
public static class id {
|
||||
public static final int main = 17;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user