Files
kotlin/plugins/uast-kotlin/testData/NameContainingFile.kt
Dmitry Jemerov 49a211b3cd Ensure that UElement.nameIdentifier.containingFile is a real file
This is needed to report inspection problems on UAST elements.
2017-04-20 11:02:56 +02:00

7 lines
45 B
Kotlin
Vendored

class Foo
fun bar() {}
val xyzzy: Int = 0