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:
Pavel V. Talanov
2015-12-10 17:22:45 +03:00
parent 539b84b561
commit a667aa2f71
50 changed files with 81 additions and 16 deletions
@@ -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()
@@ -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()