mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
Remove generated black box java codegen test
Move all testData to boxWithJava/
This commit is contained in:
committed by
Alexander Udalov
parent
86938f57b1
commit
2904d1745b
@@ -0,0 +1,7 @@
|
||||
public class funNestedStaticClass {
|
||||
public static class Inner {
|
||||
protected static String protectedFun() {
|
||||
return "OK";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user