121 lines
2.7 KiB
Plaintext
Vendored
121 lines
2.7 KiB
Plaintext
Vendored
/**
|
|
* @KaptMetadata
|
|
*/
|
|
|
|
import java.util.Date;
|
|
import java.util.concurrent.TimeUnit;
|
|
import java.util.concurrent.TimeUnit.MICROSECONDS;
|
|
import a.b.ABC;
|
|
|
|
@kotlin.Metadata()
|
|
public final class Test {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public Test.MyDate date;
|
|
@org.jetbrains.annotations.NotNull()
|
|
public java.util.concurrent.TimeUnit timeUnit;
|
|
@org.jetbrains.annotations.NotNull()
|
|
public java.util.concurrent.TimeUnit microseconds;
|
|
@org.jetbrains.annotations.NotNull()
|
|
public a.b.ABC abc;
|
|
@org.jetbrains.annotations.NotNull()
|
|
public bcd bcd;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final Test.MyDate getDate() {
|
|
return null;
|
|
}
|
|
|
|
public final void setDate(@org.jetbrains.annotations.NotNull()
|
|
Test.MyDate p0) {
|
|
}
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.util.concurrent.TimeUnit getTimeUnit() {
|
|
return null;
|
|
}
|
|
|
|
public final void setTimeUnit(@org.jetbrains.annotations.NotNull()
|
|
java.util.concurrent.TimeUnit p0) {
|
|
}
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.util.concurrent.TimeUnit getMicroseconds() {
|
|
return null;
|
|
}
|
|
|
|
public final void setMicroseconds(@org.jetbrains.annotations.NotNull()
|
|
java.util.concurrent.TimeUnit p0) {
|
|
}
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final a.b.ABC getAbc() {
|
|
return null;
|
|
}
|
|
|
|
public final void setAbc(@org.jetbrains.annotations.NotNull()
|
|
a.b.ABC p0) {
|
|
}
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final bcd getBcd() {
|
|
return null;
|
|
}
|
|
|
|
public final void setBcd(@org.jetbrains.annotations.NotNull()
|
|
bcd p0) {
|
|
}
|
|
|
|
public Test() {
|
|
super();
|
|
}
|
|
|
|
@kotlin.Metadata()
|
|
public static final class MyDate {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public Test.MyDate date2;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final Test.MyDate getDate2() {
|
|
return null;
|
|
}
|
|
|
|
public final void setDate2(@org.jetbrains.annotations.NotNull()
|
|
Test.MyDate p0) {
|
|
}
|
|
|
|
public MyDate() {
|
|
super();
|
|
}
|
|
}
|
|
}
|
|
|
|
////////////////////
|
|
|
|
/**
|
|
* @KaptMetadata
|
|
*/
|
|
|
|
import java.util.Date;
|
|
import java.util.concurrent.TimeUnit;
|
|
import java.util.concurrent.TimeUnit.MICROSECONDS;
|
|
import a.b.ABC;
|
|
|
|
@kotlin.Metadata()
|
|
public final class Test2 {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public java.util.Date date;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.util.Date getDate() {
|
|
return null;
|
|
}
|
|
|
|
public final void setDate(@org.jetbrains.annotations.NotNull()
|
|
java.util.Date p0) {
|
|
}
|
|
|
|
public Test2() {
|
|
super();
|
|
}
|
|
}
|