12 lines
211 B
Plaintext
Vendored
12 lines
211 B
Plaintext
Vendored
package
|
|
|
|
package test {
|
|
public val fromImported: kotlin.Int = 1
|
|
public val normal: kotlin.Int = 1
|
|
}
|
|
|
|
package testOther {
|
|
public val fromImported: kotlin.Int = 1
|
|
public val some: kotlin.Int = 1
|
|
}
|