-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in argument-list-wrapping #2499
Comments
I was able to reproduce it on @Test
fun `Unexpected exception`() {
val code =
"""
fun Foo.map(): List<String> = listOf(
1,
) + listOf(2).map { it }
""".trimIndent()
argumentListWrappingRuleAssertThat(code)
.hasNoLintViolations()
} |
Stacktrace:
|
Yeah, I love simplified example that exposes problems. That is easy to work with. This is not a regression bug of the |
Hello, I have an issue #2682 which is also about rule |
Upgrading from
1.1.0
to1.1.1
result in an exception for the following case:Note: this is a simplified example
Your Environment
The text was updated successfully, but these errors were encountered: