Files
kotlin-fork/idea/testData/debugger/namespaceOfPackage.kt
T
2012-08-17 18:38:47 +04:00

6 lines
55 B
Kotlin

package test
fun foo() {
"" // test/namespace
}