KotlinCreateTestIntention: disallow intention for expect classes
#KT-26242 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// "Create test" "false"
|
||||
// ACTION: Rename file to Foo.kt
|
||||
expect class <caret>Foo
|
||||
@@ -0,0 +1 @@
|
||||
actual class Foo
|
||||
Reference in New Issue
Block a user