Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
primaryConstructorPropertyScript.kts
blob: e8d7babf20b25dabd374980fa0749bd1ae4ce810 [
file
]
class
A
(
a
:
Boolean
,
val pro
<caret>
p
:
Int
=
42
)
{
fun foo
()
=
"str"
}