Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/packageAndProperty.fir.kt
T
2023-01-09 08:57:08 +00:00

12 lines
92 B
Kotlin
Vendored

// FILE: foo.kt
package foo
val bar = 23
// FILE: foobar.kt
package foo.bar
val x = 42