KotlinCreateTestIntention: disallow intention for expect classes

#KT-26242 Fixed
This commit is contained in:
Dmitry Gridin
2019-07-16 15:43:14 +03:00
parent 311cfc3806
commit c76ca988eb
5 changed files with 11 additions and 2 deletions
@@ -0,0 +1,3 @@
// "Create test" "false"
// ACTION: Rename file to Foo.kt
expect class <caret>Foo
@@ -0,0 +1 @@
actual class Foo