Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt26303.txt
T
Mikhail Zarechenskiy 43d916e92d [NI] Add tests for obsolete issues
#KT-26303 Obsolete
 #KT-32205 Obsolete
2019-11-18 10:25:41 +03:00

11 lines
226 B
Plaintext
Vendored

package
package bar {
public fun main(/*0*/ args: kotlin.Array<kotlin.String>): kotlin.Unit
}
package foo {
public fun kotlin.Int.foo(): kotlin.Nothing?
public operator fun kotlin.Int.invoke(): kotlin.Nothing?
}