Generate "$kotlinClass"/"$kotlinPackage" reflection fields to every class
Some seemingly irrelevant tests were changed because now there's <clinit> in almost every class and class initialization begins with executing it
This commit is contained in:
@@ -7,6 +7,8 @@ class A {
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
A()
|
||||
|
||||
//Breakpoint!
|
||||
A().bar()
|
||||
}
|
||||
|
||||
@@ -9,6 +9,8 @@ class A {
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
A()
|
||||
|
||||
//Breakpoint!
|
||||
A().bar
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user