Moved javaAgainstKotlin cases to generated test.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
public class Base {
|
||||
protected void foo() {}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
class Derived(): Base() {
|
||||
override fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user