Renamed some intentions + test data dirs
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun test() {
|
||||
class Test{
|
||||
fun contains(fn: () -> Boolean) : Boolean = true
|
||||
}
|
||||
val test = Test()
|
||||
doSomething(test.c<caret>ontains { true }.toString())
|
||||
}
|
||||
Reference in New Issue
Block a user