Files
kotlin-fork/compiler/testData/diagnostics/tests/scopes/ImportFromCurrentWithDifferentName.jet
T
2012-03-12 22:53:50 +04:00

6 lines
37 B
Plaintext

package a
import A as ER
class A()