Tests: add runtime (and runtime sources) to some tests that rely on being able to resolve references to built ins
This commit is contained in:
+1
@@ -2,6 +2,7 @@
|
||||
// ERROR: Unresolved reference: foo
|
||||
// ACTION: Create extension function 'foo'
|
||||
// ACTION: Replace infix call with ordinary call
|
||||
// WITH_RUNTIME
|
||||
fun refer() {
|
||||
1 <caret>foo 2
|
||||
}
|
||||
Reference in New Issue
Block a user