Skip to content

Commit

Permalink
Merge pull request #32 from bnorm/kotlin-1.4.30
Browse files Browse the repository at this point in the history
Testing Kotlin 1.4.30
  • Loading branch information
bnorm authored Feb 4, 2021
2 parents 003fa96 + dcf4723 commit 8e6a991
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.4.20" apply false
kotlin("jvm") version "1.4.30" apply false
id("org.jetbrains.dokka") version "0.10.0" apply false
id("com.gradle.plugin-publish") version "0.11.0" apply false
id("com.github.gmazzo.buildconfig") version "2.0.2" apply false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class PowerAssertCallTransformer(
}
parent = scope.parent
}
val expression = IrFunctionExpressionImpl(-1, -1, parameters[1].type, lambda, IrStatementOrigin.LAMBDA)
val expression = IrFunctionExpressionImpl(original.startOffset, original.endOffset, parameters[1].type, lambda, IrStatementOrigin.LAMBDA)
irCall(overload, type = overload.owner.returnType).apply {
dispatchReceiver = original.dispatchReceiver?.deepCopyWithSymbols(parent)
extensionReceiver = original.extensionReceiver?.deepCopyWithSymbols(parent)
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.4.20"
kotlin("multiplatform") version "1.4.30"
id("com.bnorm.power.kotlin-power-assert") version "0.6.1"
}

Expand Down
Empty file modified sample/gradlew
100644 → 100755
Empty file.

0 comments on commit 8e6a991

Please sign in to comment.