2bf3b435f2
#KT-25579 Fixed
6 lines
81 B
Kotlin
Vendored
6 lines
81 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun test(inline: Int) {
|
|
inline<caret>;
|
|
fun a() {
|
|
}
|
|
} |