Files
kotlin-fork/idea/testData/editor/optimizeImports/ArrayAccessExpression/ArrayAccessExpression.kt
T
Pavel V. Talanov c87cc0dde1 Optimize Imports tests: Switch to generated approach
Move test and rename test data
Delete unused testdata
Rewrite OptimizeImportOnFlyTest
2014-03-06 16:01:05 +04:00

5 lines
60 B
Kotlin

import test1.MyClass
import test1.get
val s = MyClass()[1]