Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataClasses
/
implementTraitWhichHasComponent1.kt
blob: c79cf1296f6398bc66a5586d352a73c06b382938 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
interface
T
{
fun component1
():
Int
}
data
class
A
(
val x
:
Int
)
:
T
/* GENERATED_FIR_TAGS: classDeclaration, data, functionDeclaration, interfaceDeclaration, primaryConstructor,
propertyDeclaration */