TypeInfo.getClassObject(), for now implemented via reflection

This commit is contained in:
Dmitry Jemerov
2011-07-08 12:30:51 +02:00
parent dac522d7a9
commit fc9f1eec4f
3 changed files with 29 additions and 0 deletions
@@ -0,0 +1,7 @@
class Point() {
class object {
fun foo(): String = "bar"
}
}
fun foo() = Point()