KT-38003 works for Java implementations too

This commit is contained in:
Valentin Kipyatkov
2020-04-08 14:33:08 +03:00
parent 2b83e3721a
commit 84c9692332
4 changed files with 27 additions and 8 deletions
@@ -0,0 +1,5 @@
class JavaClass implements I {
public void foo(Object p) {
System.out.println(p);
}
}