FIR IDE: move low level api testdata sources to the analysis directory
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package a;
|
||||
|
||||
public interface KtDeclaration extends KtElement {
|
||||
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
package a
|
||||
|
||||
interface KtElement : KtPureElement {
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package a
|
||||
|
||||
open class KtFile
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
package a;
|
||||
|
||||
public interface KtPureElement {
|
||||
KtFile getContainingKtFile();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user