140382e280
EA-35976 - IAE: FqNameUnsafe.validateFqName
15 lines
145 B
Kotlin
Vendored
15 lines
145 B
Kotlin
Vendored
fun import() {
|
|
import a.*
|
|
}
|
|
|
|
fun composite() {
|
|
val s = 13+~/12
|
|
}
|
|
|
|
fun html() {
|
|
<html></html>
|
|
}
|
|
|
|
fun html1() {
|
|
<html></html>html
|
|
} |