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

9 lines
178 B
Plaintext
Vendored

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