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