JavaPatternMatching/test/plugindevelopment/VariableTypeInsertTestSolution.jav

5 lines
55 B
Plaintext
Raw Normal View History

2014-03-09 10:44:12 +00:00
class VariableTypeInsertTest{
String var = "test";
}