Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
getOrBuildFirBinary
/
simpleProperty.kt
blob: 9e160b5ecd7af2de3694ecba46c04d58aa0ee794 [
file
]
// DECLARATION_TYPE: org.jetbrains.kotlin.psi.KtProperty
class
FooBar
{
val p
:
String
constructor
(
p
:
String
)
{
this
.
p
=
p
}
fun doSmth
()
{}
}