Files
kotlin-fork/compiler/testData/diagnostics/tests/classLiteral/qualifiedClassLiteral.kt
T
Alexander Udalov ca7e4496c7 Refactor and improve class literal type checking code
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
2016-05-20 14:53:07 +03:00

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