Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
sourceRanges
/
this.kt
blob: a0eb3a63cccd23152f63ecf35c91d742a955d856 [
file
]
// ISSUE: KT-59584
class
Klass
{
val maybeThis
=
if
(
1
==
1
)
this
else
null
}