Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
native
/
native.tests
/
testData
/
testRunner
/
globalInitializers
/
main.kt
blob: 20df7c92480aad9052dab2e3f4e45fe2b3504df8 [
file
]
import
kotlin
.
test
.*
private
val x
=
foo
()
private
fun foo
():
Int
{
z2
=
true
return
42
}
@Test
fun test2
()
{
t2
=
true
assertTrue
(
z2
)
assertTrue
(
t1
||
!
z1
)
}