Moved javaAgainstKotlin cases to generated test.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
public open class Base : java.lang.Object {
|
||||
public constructor Base()
|
||||
protected/*protected and package*/ open fun foo() : Unit
|
||||
}
|
||||
|
||||
internal final class Derived : test.Base {
|
||||
public constructor Derived()
|
||||
protected open override /*1*/ fun foo() : Unit
|
||||
}
|
||||
Reference in New Issue
Block a user