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