Fix ConvertAssertToIfWithThrowIntention to avoid shortening more references than intended
This commit is contained in:
+1
-3
@@ -1,8 +1,6 @@
|
||||
//TODO: should not shorten references here
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
if (!false) {
|
||||
throw AssertionError("mess": String)
|
||||
throw AssertionError("mess": kotlin.String)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user