Files
kotlin-fork/idea/testData/inspectionsLocal/removeRedundantQualifierName/classLiteral.kt.after
T
2019-06-24 15:17:09 +07:00

9 lines
69 B
Plaintext
Vendored

// WITH_RUNTIME
package foo
class Foo
fun bar() {
Foo::class
}