Fix CharSequence parameter names in testData

This commit is contained in:
Ilya Gorbunov
2015-11-21 05:51:15 +03:00
parent f2ce849f18
commit 21f509511c
6 changed files with 11 additions and 11 deletions
@@ -9,5 +9,5 @@ public interface Foo</*0*/ T : @test.A() kotlin.Number> : @test.A() kotlin.CharS
public abstract override /*1*/ /*fake_override*/ fun <get-length>(): kotlin.Int
public abstract fun </*0*/ E, /*1*/ F : @test.A() E> bar(): kotlin.Unit
public abstract override /*1*/ /*fake_override*/ fun get(/*0*/ index: kotlin.Int): kotlin.Char
public abstract override /*1*/ /*fake_override*/ fun subSequence(/*0*/ start: kotlin.Int, /*1*/ end: kotlin.Int): kotlin.CharSequence
public abstract override /*1*/ /*fake_override*/ fun subSequence(/*0*/ startIndex: kotlin.Int, /*1*/ endIndex: kotlin.Int): kotlin.CharSequence
}