479711e812
Tweaked test generator to avoid creating test methods for parent directory of tests.
6 lines
99 B
Kotlin
Vendored
6 lines
99 B
Kotlin
Vendored
package usage
|
|
|
|
fun main(args: Array<String>) {
|
|
inline.Klass().f { println("to be inlined") }
|
|
}
|