Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
class Outer() {
|
||||
open inner class Inner1()
|
||||
|
||||
inner class Inner2() : Inner1()
|
||||
}
|
||||
Reference in New Issue
Block a user