KClassJavaProperty support
This commit is contained in:
committed by
Dmitry Petrov
parent
5ee2f87c4a
commit
b72d7557d1
@@ -0,0 +1,7 @@
|
||||
//WITH_RUNTIME
|
||||
object A
|
||||
|
||||
fun test() {
|
||||
A::class
|
||||
A::class.java
|
||||
}
|
||||
Reference in New Issue
Block a user