Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
=
""