Skip to content

Commit

Permalink
test scala
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jan 13, 2024
1 parent 4c3b896 commit 577800c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ import net.minecraft.nbt.NBTTagCompound
import net.minecraftforge.client.event.GuiScreenEvent
import net.minecraftforge.common.MinecraftForge
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
import scala.Boolean

Check failure on line 51 in src/main/java/at/hannibal2/skyhanni/test/SkyHanniDebugsAndTests.kt

View workflow job for this annotation

GitHub Actions / check-imports

Illegal import scala.Boolean

Check failure on line 51 in src/main/java/at/hannibal2/skyhanni/test/SkyHanniDebugsAndTests.kt

View workflow job for this annotation

GitHub Actions / check-imports

Illegal import scala.Boolean
import java.io.File
import kotlin.time.Duration.Companion.seconds

class SkyHanniDebugsAndTests {

companion object {

private val test: Boolean? = null
private val config get() = SkyHanniMod.feature.dev
private val debugConfig get() = config.debug
var displayLine = ""
Expand Down

0 comments on commit 577800c

Please sign in to comment.