blob: 9e16fb2243e7c9ca2a12f81fb5415f15e900f478 [file] [log] [blame]
fun import() {
import a.*
}
fun composite() {
val s = 13+~/12
}
fun html() {
<html></html>
}
fun html1() {
<html></html>html
}