Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
validKotlinFunInterface.kt
blob: 5b18e452184a127dc788103b34571ed4793b730f [
file
]
// COMPILATION_ERRORS
fun
interface
Foo
fun
interface
Foo
{
fun invoke
()
}
private
fun
interface
Foo
@Bar
fun
interface
Foo
class
TopLevel
{
fun
interface
Foo
}
fun
interface
Foo