Fixed tests after adding error checking for intention tests.
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun test() {
|
||||
class Test{
|
||||
fun contains(a: Int) : Boolean = true
|
||||
}
|
||||
val test = Test()
|
||||
println(test.c<caret>ontains(0).toString())
|
||||
doSomething(test.c<caret>ontains(0).toString())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user