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