Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
psi
/
recovery
/
AbsentLeftHandSide.kt
blob: 9e16fb2243e7c9ca2a12f81fb5415f15e900f478 [
file
] [
log
] [
blame
]
fun
import
()
{
import
a
.*
}
fun composite
()
{
val s
=
13
+~/
12
}
fun html
()
{
<html>
</
html
>
}
fun html1
()
{
<html>
</
html
>
html
}