Fixed tests after adding error checking for intention tests.
This commit is contained in:
+3
-3
@@ -1,3 +1,3 @@
|
||||
fun foo(x: Foo) {
|
||||
(x.foo(1)).bar()
|
||||
}
|
||||
fun foo(x: Int) {
|
||||
(x.shl(1)).minus()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user