Fixed tests after adding error checking for intention tests.
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun test() {
|
||||
class Test {
|
||||
fun plus(): Test = Test()
|
||||
@@ -5,5 +7,5 @@ fun test() {
|
||||
fun minus(): Test = Test()
|
||||
}
|
||||
val test = Test()
|
||||
println(-(test + test).pl<caret>us().toString())
|
||||
doSomething((-((test + test).pl<caret>us())).toString())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user