Files
kotlin-fork/idea/testData/editor/optimizeImports/ComponentFunction/myClass.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

7 lines
112 B
Kotlin

package test1
public class MyClass {
}
public fun MyClass.component1() = 1
public fun MyClass.component2() = 2