TypeInfo.getClassObject(), for now implemented via reflection
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Point() {
|
||||
class object {
|
||||
fun foo(): String = "bar"
|
||||
}
|
||||
}
|
||||
|
||||
fun foo() = Point()
|
||||
Reference in New Issue
Block a user