Replace "jet" package name with "kotlin" in testData

This commit is contained in:
Alexander Udalov
2014-02-21 23:29:57 +04:00
parent f2b4c7fa3e
commit f7b6457139
763 changed files with 2314 additions and 2310 deletions
@@ -2,14 +2,14 @@ package test
internal final class ClassVal {
/*primary*/ public constructor ClassVal()
internal final val property1: jet.Int
internal final fun <get-property1>(): jet.Int
internal final val property2: jet.Int
internal final fun <get-property2>(): jet.Int
internal final val property1: kotlin.Int
internal final fun <get-property1>(): kotlin.Int
internal final val property2: kotlin.Int
internal final fun <get-property2>(): kotlin.Int
private final val property3: java.lang.Object
private final fun <get-property3>(): java.lang.Object
protected final val property4: jet.String
protected final fun <get-property4>(): jet.String
public final val property5: jet.Int
public final fun <get-property5>(): jet.Int
protected final val property4: kotlin.String
protected final fun <get-property4>(): kotlin.String
public final val property5: kotlin.Int
public final fun <get-property5>(): kotlin.Int
}