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,5 +1,6 @@
|
||||
// PARAM_DESCRIPTOR: public fun Bar.foo(): kotlin.Unit defined in root package
|
||||
// PARAM_TYPES: Bar, Foo, kotlin.Any
|
||||
// WITH_RUNTIME
|
||||
|
||||
open class Foo
|
||||
class Bar : Foo()
|
||||
|
||||
Vendored
+1
@@ -1,5 +1,6 @@
|
||||
// PARAM_DESCRIPTOR: public fun Bar.foo(): kotlin.Unit defined in root package
|
||||
// PARAM_TYPES: Bar, Foo, kotlin.Any
|
||||
// WITH_RUNTIME
|
||||
|
||||
open class Foo
|
||||
class Bar : Foo()
|
||||
|
||||
Reference in New Issue
Block a user