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