create class from new: put caret on name (IDEA-166356)

This commit is contained in:
Anna Kozlova
2017-01-13 15:50:41 +01:00
parent 3901c710d6
commit 1700f14d67
4 changed files with 5 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ public class Test {
}
}
<caret>public class MyCollection {
public class <caret>MyCollection {
}

View File

@@ -10,5 +10,5 @@ class JTable {
}
interface TableModel {}
<caret>public class MyTableModel implements TableModel {
public class <caret>MyTableModel implements TableModel {
}

View File

@@ -5,5 +5,5 @@ class Test {
}
}
<caret>public class Generic<T> {
public class <caret>Generic<T> {
}