Fix SamWithReceiver tests for scripts, add tests...

that use new script definition and ability to load
annotations from script definition
This commit is contained in:
Ilya Chernikov
2020-06-02 12:43:25 +02:00
parent 8fb41e4562
commit 74c697af92
6 changed files with 121 additions and 7 deletions
@@ -11,7 +11,7 @@ public open class Exec {
@SamWithReceiver1 public interface Sam {
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public abstract fun run(/*0*/ a: kotlin.String!): kotlin.Unit
public abstract fun run(/*0*/ a: kotlin.String!, /*1*/ b: kotlin.String!): kotlin.Unit
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}