mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Fix ktlint issue in ClassUsageMarkerTest
This commit is contained in:
@@ -279,7 +279,7 @@ class ClassUsageMarkerTest : StringSpec({
|
||||
typealias A = P
|
||||
""".trimIndent(),
|
||||
),
|
||||
kotlincArguments = listOf("-language-version=1.9")
|
||||
kotlincArguments = listOf("-language-version=1.9"),
|
||||
)
|
||||
|
||||
// Obtain the `typealias` declarations A and P
|
||||
|
||||
Reference in New Issue
Block a user