1 package p
2 
extnull3 fun String.ext() {
4     println(this)
5 }