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
@@ -1,4 +1,5 @@
|
||||
// "Create extension function 'component2'" "true"
|
||||
// WITH_RUNTIME
|
||||
class FooIterator<T> {
|
||||
operator fun hasNext(): Boolean { return false }
|
||||
operator fun next(): Any {
|
||||
|
||||
Reference in New Issue
Block a user