Files
kotlin-fork/idea/testData/intentions/convertFunctionToProperty/javaUsages.kt.after
T
2015-02-05 23:12:38 +03:00

4 lines
47 B
Plaintext
Vendored

package test
val foo: Boolean
get() = true