Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
funInterface
/
basicFunInterfaceDisabled.fir.kt
blob: 4a971a4976b362754a4d964c777859a2d31d2f68 [
file
] [
log
] [
blame
]
// !LANGUAGE: -FunctionalInterfaceConversion
fun
interface
Foo
{
fun invoke
()
}