Files
kotlin-fork/idea/testData/intentions/convertFunctionToProperty/javaUsagesIs.kt.after
T
2015-10-01 17:35:12 +03:00

4 lines
49 B
Plaintext
Vendored

package test
val isFoo: Boolean
get() = true