Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
overrideImplement
/
overridePrimitiveProperty.kt
blob: 708b8d9df5e401aa65bfa05ad90d3b138e00cf0e [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
interface
T
{
val a1
:
Byte
val a2
:
Short
val a3
:
Int
val a4
:
Long
val a5
:
Float
val a6
:
Double
val a7
:
Char
val a8
:
Boolean
}
class
C
:
T
{<
caret
>
}