Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
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 */