Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
notNull
/
NotNullMethod.txt
blob: 2eb45808f3110ae926e1b3f9c0b161fe2d1c1792 [
file
]
package test
public open class NotNullMethod {
public constructor NotNullMethod()
@org.jetbrains.annotations.NotNull public open fun hi(): kotlin.String
}