Files
kotlin-fork/compiler/testData/codegen/box
Alexander Udalov 676ffff015 Minor, fix builtinFunctionReferenceOwner.kt for android-tests
In codegen tests on Android, everything is being run with kotlin-reflect
in the classpath. So a package is no longer represented by a
reflect-less PackageReference, but by a full-blown KPackageImpl. Use a
less specific supertype ClassBasedDeclarationContainer instead, the one
which is a supertype of both PackageReference and KPackageImpl, and
which still allows to get the underlying jClass.
2020-03-10 12:59:54 +01:00
..
2020-03-06 10:44:14 +03:00
2020-02-27 19:01:32 +03:00
2020-03-04 01:34:17 +03:00
2020-02-07 18:44:50 +03:00
2020-03-10 11:12:08 +03:00
2019-11-01 19:40:20 +03:00