Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
uydwl
mjtest-tests
Commits
7fdbf35e
Verified
Commit
7fdbf35e
authored
Nov 12, 2018
by
ubduq
Browse files
Rename use-before-declare test cases
parent
09453ccc
Changes
2
Hide whitespace changes
Inline
Side-by-side
semantic/us
ag
e_before_declar
ation
_field.java
→
semantic/use_before_declar
e
_field.java
View file @
7fdbf35e
class
Us
ag
eBeforeDeclar
ation
Field
{
class
UseBeforeDeclar
e
Field
{
public
static
void
main
(
String
[]
args
)
{
public
static
void
main
(
String
[]
args
)
{
Us
ag
eBeforeDeclar
ation
Field
x
=
new
Us
ag
eBeforeDeclar
ation
Field
();
UseBeforeDeclar
e
Field
x
=
new
UseBeforeDeclar
e
Field
();
x
.
test
();
x
.
test
();
}
}
...
...
semantic/us
ag
e_before_declar
ation
_method.java
→
semantic/use_before_declar
e
_method.java
View file @
7fdbf35e
class
Us
ag
eBeforeDeclar
ation
Method
{
class
UseBeforeDeclar
e
Method
{
public
static
void
main
(
String
[]
args
)
{}
public
static
void
main
(
String
[]
args
)
{}
public
void
methodA
()
{
public
void
methodA
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment