Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
nullabilityAndSmartCasts
/
funcLiteralArgsInsideAmbiguity.txt
blob: 8c3e85829f250d3cbd1b2f0abea8381aa5bdec66 [
file
]
package
package d {
public fun bar(): kotlin.Unit
public fun doSmth1(/*0*/ f: () -> kotlin.Unit): kotlin.Unit
public fun doSmth1(/*0*/ g: (kotlin.Int) -> kotlin.Unit): kotlin.Unit
}