Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
overrideImplement
/
traitNullableFunction.kt
blob: a71c940a94b5189bd31defb9f74f09b80de0fda1 [
file
]
interface
Some
{
fun foo
(
some
:
Int
?)
:
Int
}
class
SomeOther
:
Some
{
<caret>
}