7 lines
85 B
Kotlin
7 lines
85 B
Kotlin
package second
|
|
|
|
fun String.helloFun() {
|
|
}
|
|
|
|
fun String.helloFunPreventAutoInsert() {
|
|
} |