Skip to content

Commit

Permalink
Removes TestOverloads class
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedquinn committed Dec 11, 2024
1 parent cf7ac74 commit 6f526aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
9 changes: 0 additions & 9 deletions partiql-eval/api/partiql-eval.api
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,3 @@ public abstract interface class org/partiql/eval/compiler/Strategy$Callback {
public abstract fun apply (Lorg/partiql/plan/Operator;)Lorg/partiql/eval/Expr;
}

public final class org/partiql/eval/internal/operator/rex/TestOverloads {
public fun <init> ()V
public final fun foo ()I
public final fun foo (Ljava/lang/Integer;)I
public final fun foo (Ljava/lang/Integer;Ljava/lang/Integer;)I
public final fun foo (Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)I
public static synthetic fun foo$default (Lorg/partiql/eval/internal/operator/rex/TestOverloads;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;ILjava/lang/Object;)I
}

This file was deleted.

0 comments on commit 6f526aa

Please sign in to comment.