Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8b277dbf2a0b59c00963dac3dde55cf06a3f4dc6
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
function
/
functionInCompanion.kt
blob: 1c3d861d82db3e9b8e3e4c60469fcc13d4665ea5 [
file
]
class
B
{
companion
object
{
fun foo
():
Boolean
=
false
}
}
fun box
()
=
expectThrowableMessage
{
assert
(
B
.
foo
())
}