a4a10c7ba4
#KT-23796 Fixed
9 lines
260 B
Plaintext
Vendored
9 lines
260 B
Plaintext
Vendored
// "Create extension function 'String?.notExistingFun'" "true"
|
|
fun context(p: String?) {
|
|
p.notExistingFun()
|
|
}
|
|
|
|
private fun String?.notExistingFun() {
|
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
}
|