[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// SKIP_TXT
|
||||
// FILE: test/J.java
|
||||
|
||||
package test;
|
||||
|
||||
@Deprecated
|
||||
public interface J {
|
||||
public String foo(int x);
|
||||
}
|
||||
|
||||
// FILE: K.kt
|
||||
|
||||
import test.J
|
||||
Reference in New Issue
Block a user