IDEA-230560 IAE when apply quick-fix which makes record constructor public

GitOrigin-RevId: 501a9c5bd2fb5737f6c8997c11927467eff43eda
This commit is contained in:
Tagir Valeev
2020-01-17 06:42:32 +00:00
committed by intellij-monorepo-bot
parent 7caf0f9974
commit 679098e3e1
3 changed files with 12 additions and 1 deletions
@@ -0,0 +1,4 @@
// "Make 'R' public" "true"
record R () {
public R {}
}