Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a3b14561c4d5f2ab5a7edc53fca7d3c891589f2c
/
.
/
nj2k
/
testData
/
copyPastePlainText
/
InClassContextProperty.expected.kt
blob: 4a61250355fd0bef5cfef379c73abd24bcc72fb8 [
file
] [
log
] [
blame
]
class
A
{
val str
:
String
=
TODO
()
fun f
()
{
str
.
length
}
}