Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
SimpleClassMembers_ERR.kt
blob: be4cb32e13c6a1a12b2d1c459e3f284c79665ca3 [
file
]
// COMPILATION_ERRORS
class
foo
{
class
foo
{}
-
class
Bar
{
sdfsd
}
fun foo
()
val x
var
f
typealias foo
=
;
}