Fixed tests after adding error checking for intention tests.
This commit is contained in:
+4
-2
@@ -1,9 +1,11 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
class Foo {
|
||||
fun foo(x: Int) {
|
||||
println("lol")
|
||||
doSomething("lol")
|
||||
}
|
||||
}
|
||||
|
||||
fun bar(baz: Foo) {
|
||||
baz foo 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user