Files
kotlin-fork/compiler/testData/codegen/box
Alexander Udalov 8d7c8672ac Generate reference to existing class for builtin function references
Instead of non-existing `kotlin.KotlinPackage`, which led to
NoClassDefFoundError as soon as reflection tried to call getOwner on a
builtin callable reference, use a reference to a new physical class
`kotlin.jvm.internal.Intrinsics$Kotlin`. This will allow to support
KT-17151.

Note that for API version less than 1.4, this will still lead to
NoClassDefFoundError, but this is not worse than the current situation
where it happens anyway.
2020-03-06 16:55:05 +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
2019-11-01 19:40:20 +03:00