Fixed tests after adding error checking for intention tests.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun main() {
|
||||
if <caret>"test" is String {
|
||||
println("Hello")
|
||||
doSomething("Hello")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user