Drop Experimental.Impact, simplify related code and tests
See https://github.com/Kotlin/KEEP/issues/95#issuecomment-383889404 Drop Experimental.changesMayBreak, Experimental.Impact, the concept of signature/body usage, same module exemption. Make the majority of tests single-module because there is now no difference in the checker between usages from the same module or from another module
This commit is contained in:
-9
@@ -21,18 +21,9 @@ public final class kotlin/ExceptionsKt {
|
||||
}
|
||||
|
||||
public abstract interface annotation class kotlin/Experimental : java/lang/annotation/Annotation {
|
||||
public abstract fun changesMayBreak ()[Lkotlin/Experimental$Impact;
|
||||
public abstract fun level ()Lkotlin/Experimental$Level;
|
||||
}
|
||||
|
||||
public final class kotlin/Experimental$Impact : java/lang/Enum {
|
||||
public static final field COMPILATION Lkotlin/Experimental$Impact;
|
||||
public static final field LINKAGE Lkotlin/Experimental$Impact;
|
||||
public static final field RUNTIME Lkotlin/Experimental$Impact;
|
||||
public static fun valueOf (Ljava/lang/String;)Lkotlin/Experimental$Impact;
|
||||
public static fun values ()[Lkotlin/Experimental$Impact;
|
||||
}
|
||||
|
||||
public final class kotlin/Experimental$Level : java/lang/Enum {
|
||||
public static final field ERROR Lkotlin/Experimental$Level;
|
||||
public static final field WARNING Lkotlin/Experimental$Level;
|
||||
|
||||
Reference in New Issue
Block a user