Skip to content

Commit

Permalink
(WIP) fix wrong merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Nov 27, 2024
1 parent 265f61b commit 6c4600d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class K2Test {
System.getProperty("java.class.path").split(File.pathSeparatorChar),
LanguageVersion.LATEST_STABLE,
JvmTarget.JVM_1_8,
0
)
val analysisSession = createK2AnalysisSession(
disposable,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ import org.jetbrains.kotlin.lexer.KtTokens
import org.jetbrains.kotlin.psi.*
import org.jetbrains.kotlin.psi.psiUtil.collectDescendantsOfType
import org.jetbrains.kotlin.js.descriptorUtils.getKotlinTypeFqName
import org.jetbrains.kotlin.lexer.KtTokens
import org.jetbrains.kotlin.psi.*
import org.jetbrains.kotlin.psi.psiUtil.collectDescendantsOfType
import org.jetbrains.kotlin.resolve.BindingContext
import org.jetbrains.kotlin.resolve.calls.util.getResolvedCall
import org.sonar.check.Rule
import org.sonarsource.kotlin.api.checks.*
import org.sonarsource.kotlin.api.frontend.KotlinFileContext
Expand Down

0 comments on commit 6c4600d

Please sign in to comment.