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