Refactor: use generated approach for stubs test
Remove meaningless assertion Add comment to NotStorePropertyFromDelegate test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test() {
|
||||
val test = 12;
|
||||
{
|
||||
for (i in 0..12) {
|
||||
}
|
||||
}
|
||||
fun more() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user