Update KAPT stubs for tests
Update expected outputs so they match the new sorting rules.
This commit is contained in:
committed by
Yan Zhulanow
parent
3b2986f069
commit
dfdd107fc0
@@ -9,10 +9,10 @@ public final class M1 {
|
||||
super();
|
||||
}
|
||||
|
||||
public static final void bar() {
|
||||
public static final void foo() {
|
||||
}
|
||||
|
||||
public static final void foo() {
|
||||
public static final void bar() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user