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