Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
funInterface
/
basicFunInterfaceDisabled.kt
blob: bb4754e8b8014e175672e85f4f479036fa3aa1a2 [
file
]
// !LANGUAGE: -FunctionalInterfaceConversion
<!
UNSUPPORTED_FEATURE
!>
fun
<!>
interface
Foo
{
fun invoke
()
}