aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/receiverReference.kt
blob: 3e6e2056db72a8145556b14cacc349aae6242941 (plain)
1
2
3
4
5
6
/**
 * Prints [this]
 */
fun String.some() {
    println(this)
}