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
@@ -3,11 +3,11 @@ import java.lang.System;
|
||||
@kotlin.Metadata()
|
||||
public final class T implements java.lang.Runnable {
|
||||
|
||||
@java.lang.Override()
|
||||
public void run() {
|
||||
}
|
||||
|
||||
public T() {
|
||||
super();
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void run() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user