Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
funInterface
/
basicFunInterface.kt
blob: 424e2a905c4350165ea71628a5ddd68d1815f48f [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// LANGUAGE: +FunctionalInterfaceConversion
fun
interface
Foo
{
fun invoke
()
}
/* GENERATED_FIR_TAGS: funInterface, functionDeclaration, interfaceDeclaration */