Simplify for intention: applicable of any numbers of properties used #KT-10779 Fixed
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
@@ -6,6 +5,7 @@ fun main(args: Array<String>) {
|
||||
for (<caret>klass in list) {
|
||||
val a = klass.a
|
||||
val c = klass.c
|
||||
println("$a$c")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user