Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
objects
/
OpenInObject.kt
blob: 356b5d97f9bd7a6a541324f58fda3c3282e8a076 [
file
]
// FIR_IDENTICAL
object
Obj
{
fun foo
()
{}
<!
NON_FINAL_MEMBER_IN_OBJECT
!>
open
<!>
fun bar
()
{}
var
x
:
Int
=
0
<!
NON_FINAL_MEMBER_IN_OBJECT
!>
open
<!>
var
y
:
Int
=
1
}