Method from java overridden in kotlin should have kotlin visibility
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
public class Base {
|
||||
protected void foo() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user