Test that lazy resolve is able to do propagation in Kotlin-Java-Kotlin hierarchy
Patch by Evgeny Gerashchenko
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package foo;
|
||||
|
||||
public class Bar implements Foo {
|
||||
public Object f() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user