Create from usage: sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 12:06:07 +03:00
parent 10d9a87226
commit 466b4e442b
242 changed files with 255 additions and 252 deletions

View File

@@ -1,4 +1,4 @@
// "Create Method 'test'" "true"
// "Create method 'test'" "true"
public class Test {
@Attr(test= "")
public Test() {

View File

@@ -1,4 +1,4 @@
// "Create Method 'test'" "true"
// "Create method 'test'" "true"
public class Test {
@Attr(test= {""})
public Test() {

View File

@@ -1,4 +1,4 @@
// "Create Method 'test'" "true"
// "Create method 'test'" "true"
public class Test {
@Attr(te<caret>st= "")
public Test() {

View File

@@ -1,4 +1,4 @@
// "Create Method 'test'" "true"
// "Create method 'test'" "true"
public class Test {
@Attr(te<caret>st= {""})
public Test() {

View File

@@ -1,4 +1,4 @@
// "Create Method 'test'" "false"
// "Create method 'test'" "false"
public class Test {
@Attr(te<caret>st= {"", 1})
public Test() {

View File

@@ -1,4 +1,4 @@
// "Create Method 'test'" "false"
// "Create method 'test'" "false"
public class Test {
@Attr(te<caret>st= {new String[]{""}})
public Test() {