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