Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
interfaceThisRef.kt
blob: 3f10d2939cba8f531062dfa2c4d645c0039409b1 [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
interface
IFoo
{
fun foo
()
fun bar
()
{
foo
()
}
}