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