Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
redeclarations
/
RedeclarationInDefaultObject.kt
blob: d3720d45bdca30d3145ae30b7c288c29e87da2f1 [
file
]
// FIR_IDENTICAL
class
A
{
companion
object
B
{
class
<!
REDECLARATION
!>
G
<!>
val
<!
REDECLARATION
!>
G
<!>
=
1
}
}