eb7463ed81
#KT-7902 Fixed
8 lines
103 B
Kotlin
Vendored
8 lines
103 B
Kotlin
Vendored
fun <caret>foo(): Int = 1
|
|
|
|
class A(val n: Int) {
|
|
fun bar(): Int {
|
|
return foo() + n
|
|
}
|
|
}
|