Method from java overridden in kotlin should have kotlin visibility

This commit is contained in:
Natalia.Ukhorskaya
2013-02-06 18:58:20 +04:00
parent 55d4599b3b
commit 1749e3298c
14 changed files with 85 additions and 19 deletions
@@ -0,0 +1,6 @@
package test;
public class Base {
protected void foo() {}
}