package test

public const val MSG: kotlin.String = "Hello World"
@kotlin.Deprecated(message = "Hello World") public fun foo(): kotlin.Unit
