Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
Interface.kt
blob: 29c6e608078c1ad736b316afea333a2e2d24cbc2 [
file
]
// COMPILATION_ERRORS
interface
Foo
{
fun f
()
val a
}