Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
CompanionObjectWithAConflictingProperty.kt
blob: 00bafd04c5064bd0853822af7581047f155d882d [
file
]
// Test
class
Test
(
val a
:
String
)
{
companion
object
{
val a
=
42
}
}