Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithConverter
/
scripts
/
objectCapturesProperty.kts
blob: 8eae0a373ab81f19c583a50519617f6ee2af8841 [
file
]
// RENDER_ALL_DIAGNOSTICS_FULL_TEXT
fun foo
()
=
B
.
bar
()
val life
=
42
<!
SCRIPT_CAPTURING_OBJECT
!>
object
B
<!>
{
fun bar
()
=
life
}