ca7e4496c7
Infer something sensible instead of error types when an error is reported, such as absence of a type argument for Array or presence of type arguments for other types
8 lines
93 B
Kotlin
Vendored
8 lines
93 B
Kotlin
Vendored
package test.foo.bar
|
|
|
|
class A
|
|
|
|
val k = test.foo.bar.A::class
|
|
|
|
val l = java.lang.Class::class
|