Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
functionLiterals
/
kt2906.txt
blob: 2de0e067ac7db9eb04cd8bcc63cac5c9ae027d3c [
file
]
package
package bug {
public fun foo1(/*0*/ bar: () -> kotlin.Unit): kotlin.Unit
public fun foo2(/*0*/ bar: () -> kotlin.Unit): kotlin.Unit
public fun main(): kotlin.Unit
public fun println(/*0*/ s: kotlin.String): kotlin.String
}