Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
codegen
/
notNullAssertions
/
noAssertionsForKotlin.kt
blob: b906676ddbabc7f2a2791cde6eebe1042b1b4fa3 [
file
]
class
A
{
val x
:
Int
=
42
fun foo
():
String
=
""
companion
object
{
val y
:
Any
?
=
239
fun bar
():
String
=
""
}
}
fun baz
():
String
=
""