93eb09a654
Fix ExperimentalIncrementalJpsTestGenerated.PureKotlin.testFunctionBecameInline on Windows.
6 lines
66 B
Kotlin
Vendored
6 lines
66 B
Kotlin
Vendored
class A {
|
|
inline fun foo(f: () -> Unit) {
|
|
f()
|
|
}
|
|
}
|