JVM: New single-pass implementation for jvm-abi-gen
This commit is contained in:
committed by
Alexander Udalov
parent
a54503cede
commit
d08990ebb4
@@ -13,6 +13,8 @@ open class A : I {
|
||||
fun aMethod(): Int = 30
|
||||
inline fun aInlineMethod(): Int = 40
|
||||
|
||||
private class AB {}
|
||||
|
||||
companion object {
|
||||
const val aConst: Int = 50
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user