Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
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
}