FIR IDE: move low level api testdata sources to the analysis directory
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
package library
|
||||
|
||||
fun topLevelFunction() {}
|
||||
|
||||
fun topLevelFunction(s: String) {}
|
||||
|
||||
val topLevelProperty: Int = 0
|
||||
|
||||
class TopLevelClass() {
|
||||
|
||||
constructor(s: String) : this() {}
|
||||
|
||||
fun memberFunction() {}
|
||||
|
||||
fun memberFunction(s: String) {}
|
||||
|
||||
val memberProperty: Int = 0
|
||||
}
|
||||
Reference in New Issue
Block a user