6e55ea6480
#KT-7022 Fixed
9 lines
85 B
Kotlin
Vendored
9 lines
85 B
Kotlin
Vendored
package test
|
|
|
|
public class A {
|
|
|
|
inline public fun test(s: () -> Unit) {
|
|
|
|
}
|
|
|
|
} |