Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
getOrBuildFirBinary
/
delegate.kt
blob: 47c5758477074911e0c9e491ed8a5acd745f8e80 [
file
]
// MAIN_FILE_NAME: I
// DECLARATION_TYPE: org.jetbrains.kotlin.psi.KtClass
class
I
(
private
val p
:
A
)
:
A
by
p
interface
A
{
var
Int
.
zoo
:
Unit
fun foo
()
fun
Int
.
smth
():
Short
val foo
:
Int
var
bar
:
Long
val
Int
.
doo
:
String
}