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