mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-31 08:31:31 +00:00
Organized compiledJava test data.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test;
|
||||
|
||||
public class SubclassFromNested implements B.C {
|
||||
}
|
||||
|
||||
class B {
|
||||
B(C c) {}
|
||||
|
||||
interface C {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user