blob: c537ef5fcbc000f79544ee7708aff20aace0856b [file] [log] [blame]
package annotated.parameter
import util.funWithAnnotatedParameter
fun foo() {
val t = "literal"
funWithAnnotatedParameter(t)
}