Use correct class loader to load .kotlin_builtins in reflection

#KT-30749 Fixed
This commit is contained in:
Alexander Udalov
2019-04-03 11:43:56 +02:00
parent 3de723b8d0
commit 5bafd4008f
4 changed files with 73 additions and 1 deletions
@@ -0,0 +1,3 @@
fun test() {
println(String::class.supertypes)
}