aboutsummaryrefslogtreecommitdiff
path: root/test/data/properties/propertyWithReceiver.kt
blob: e282f6bd9f4d51b0462464bdcb2c2049dc518b35 (plain)
1
2
val String.foobar: Int
    get() = size() * 2