Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
cli
/
warnings.kt
blob: 132f756ea6219030d3306ef41b5c674a2f16fbd6 [
file
]
import
kotlin
.
Any
fun foo
(
p
:
Int
??)
{
}
interface
T
{
abstract
fun foo
()
}