094fa2f92b
Should be a warning because strictly speaking, the codegen doesn't need it during the compilation. It's an error at the moment only to let all clients of Kotlin reflection know that they must include kotlin-reflect.jar in the classpath
5 lines
69 B
Kotlin
Vendored
5 lines
69 B
Kotlin
Vendored
class Foo(val prop: Any)
|
|
|
|
fun t1() = Foo::prop
|
|
fun t2() = Foo::class
|