Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
notNullAssertions
/
noAssertionForPrivateMethod.kt
blob: 49267bc37891db98ccbcc7e8c901dc49875f5344 [
file
]
class
A
{
private
fun foo
(
s
:
String
)
{
}
}