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:
Vendored
+1
@@ -2,6 +2,7 @@
|
||||
// ACTION: Create extension function 'Foo'
|
||||
// ACTION: Rename reference
|
||||
// ERROR: Unresolved reference: Foo
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test() {
|
||||
val a = 2.<caret>Foo(1)
|
||||
|
||||
Reference in New Issue
Block a user