Add intention to expand boolean expression
#KT-38597 Fixed
This commit is contained in:
committed by
igoriakovlev
parent
f005091dfb
commit
343af60cb4
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun test(b: Boolean) {
|
||||
val s = "b is $b<caret>"
|
||||
}
|
||||
Reference in New Issue
Block a user