Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
classObject
/
ClassObjectDeclaresVar.kt
blob: 6537b468786bdd26a8b1df795433780f11038768 [
file
]
//ALLOW_AST_ACCESS
package
test
class
ClassObjectDeclaresProperty
{
companion
object
{
var
s
=
""
}
}