Files
kotlin-fork/compiler/testData/diagnostics/tests/deprecated/deprecatedSinceKotlin/deprecatedSinceKotlinWithoutArguments.txt
T
2020-06-29 14:25:08 +03:00

7 lines
160 B
Plaintext
Vendored

package
package kotlin {
@kotlin.Deprecated(message = "") @kotlin.DeprecatedSinceKotlin public fun foo(): kotlin.Unit
public fun test(): kotlin.Unit
}