blob: c47f8f6952885c87d7230048d2da96a23a40e7e3 [file] [log] [blame] [edit]
public final class ParametersWithDefaultValuesKt {
public static final fun foo(@org.jetbrains.annotations.NotNull a: int, @org.jetbrains.annotations.NotNull b: java.lang.String, @org.jetbrains.annotations.NotNull c: int, @org.jetbrains.annotations.NotNull flag: boolean) : void {
}
}