extract method: disable make static when extracting from default method; ensure static extracting from constant in interface (IDEA-134636)

This commit is contained in:
Anna Kozlova
2014-12-23 11:25:24 +01:00
parent a40532d63f
commit afc3e23260
6 changed files with 66 additions and 18 deletions

View File

@@ -0,0 +1,3 @@
interface I {
String FOO = <selection>"hello";</selection>
}