KClassJavaProperty support

This commit is contained in:
Michael Bogdanov
2016-10-06 12:36:37 +03:00
committed by Dmitry Petrov
parent 5ee2f87c4a
commit b72d7557d1
7 changed files with 103 additions and 40 deletions
@@ -0,0 +1,7 @@
//WITH_RUNTIME
object A
fun test() {
A::class
A::class.java
}