Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
NewLinesValidOperations.kt
blob: d590d22691c5202d25dfd9e22e10c005c1c0cd78 [
file
]
// COMPILATION_ERRORS
fun test
()
{
val str
=
""
str
.
length
str
?.
length
str
as
String
str
as
?
String
str
?:
foo
true
||
false
false
&&
true
}