Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
funInterface
/
basicFunInterfaceDisabled.fir.kt
blob: 2de26d836807dbbc5b96e09a7cc450c7571c75cc [
file
]
// LANGUAGE: -FunctionalInterfaceConversion
fun
interface
Foo
{
fun invoke
()
}