Files
kotlin-fork/compiler/testData/diagnostics/tests/imports/RenameOnImport.txt
T
2015-09-08 02:04:32 +03:00

10 lines
104 B
Plaintext
Vendored

package
package a {
public val x: kotlin.Int = 1
}
package b {
public val y: kotlin.Int = 1
}