Fix add modifier for replacement case, add expect/actual order tests

This commit is contained in:
Mikhail Glukhikh
2017-09-15 18:10:33 +03:00
committed by Stanislav Erokhin
parent 2c521727c3
commit e12de11ce9
14 changed files with 32 additions and 5 deletions
@@ -0,0 +1,3 @@
// "Replace with 'expect'" "true"
public open <caret>header class My
@@ -0,0 +1,3 @@
// "Replace with 'expect'" "true"
public expect open class My
@@ -0,0 +1 @@
actual class My
@@ -0,0 +1 @@
actual class My