Files
kotlin-fork/idea/testData/shortenRefs/this/shortenThisWithLabel.kt.after
T
2015-02-11 14:40:22 +03:00

3 lines
50 B
Plaintext
Vendored

class A(val n: Int) {
fun foo(): Int = n + 1
}