Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
psi
/
TraitConstructor.kt
blob: f8f4d16f12a38596ca3f318c03e07e78f4620e41 [
file
] [
log
] [
blame
]
interface
TestTrait
(
val a
:
Int
,
var
b
:
String
,
c
:
Double
)
interface
TestTrait
()