Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlinWithStdlib
/
contracts
/
mutualRecursion.txt
blob: 7c1f98ac7aba3ffd8f73234b5bd05d8281437c60 [
file
]
package test
public fun bar(/*0*/ x: kotlin.Any?): kotlin.Boolean
Returns(WILDCARD) -> x is Int
public fun foo(/*0*/ x: kotlin.Any?): kotlin.Boolean
Returns(WILDCARD) -> x is String