1e51ba7d00
See comment in getReferencedClassifier and importJavaSamInterface.kt for explanation
14 lines
162 B
Kotlin
Vendored
14 lines
162 B
Kotlin
Vendored
// SKIP_TXT
|
|
// FILE: test/J.java
|
|
|
|
package test;
|
|
|
|
@Deprecated
|
|
public interface J {
|
|
public String foo(int x);
|
|
}
|
|
|
|
// FILE: K.kt
|
|
|
|
import test.<!DEPRECATION!>J<!>
|