Skip to content

Commit

Permalink
Another
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jun 3, 2024
1 parent d8a4bdb commit 4df17f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
*/
package com.squareup.moshi.kotlin.codegen;

import com.squareup.moshi.kotlin.codegen.apt.JsonClassCodegenProcessorTest;
import com.squareup.moshi.kotlin.codegen.ksp.JsonClassSymbolProcessorTest;

/** For {@link JsonClassCodegenProcessorTest#extendJavaType}. */
/** For {@link JsonClassSymbolProcessorTest#extendJavaType}. */
public class JavaSuperclass {
public int a = 1;
}

0 comments on commit 4df17f5

Please sign in to comment.