Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
DoubleColonWhitespaces.kt
blob: f556211c285d442b4aed3241b37061c5f0fea9fd [
file
]
// COMPILATION_ERRORS
fun tests
()
{
a
::
b
a
::
b
a
::
b
a
?::
b
a
?::
b
a
?::
b
a
?
::
b
a
?
::
b
a
?
?
::
b
}
fun breakLine
()
{
a
?
::
b
}