package annotated.parameter import util.funWithAnnotatedParameter fun foo() { val t = "literal" funWithAnnotatedParameter(t) }