Enable feature: add test for JPS case

This commit is contained in:
Mikhail Glukhikh
2018-09-20 15:54:19 +03:00
parent c5a81c4e8b
commit 6850d7be0c
5 changed files with 52 additions and 0 deletions
@@ -0,0 +1,4 @@
// "Enable inline classes support in the project" "true"
// Here we just check that quick-fix disappears after application
<caret>inline class My(val x: String)
@@ -0,0 +1,4 @@
// "Enable inline classes support in the project" "true"
// Here we just check that quick-fix disappears after application
inline class My(val x: String)