質問編集履歴

1

マークダウン記法追加

2017/09/19 13:04

投稿

former_neet_cat
former_neet_cat

スコア46

test CHANGED
File without changes
test CHANGED
@@ -10,8 +10,6 @@
10
10
 
11
11
  ###発生している問題・エラーメッセージ
12
12
 
13
-
14
-
15
13
  ```Exception in thread "main" java.lang.Error: Unresolved compilation problem:
16
14
 
17
15
  No enclosing instance of type StudentSanple is accessible. Must qualify the allocation with an enclosing instance of type StudentSanple (e.g. x.new A() where x is an instance of StudentSanple).
@@ -22,11 +20,9 @@
22
20
 
23
21
  ```
24
22
 
25
-
26
-
27
23
  ###該当のソースコード
28
24
 
29
-
25
+ ```lang-java
30
26
 
31
27
  public class StudentSanple {
32
28
 
@@ -73,3 +69,5 @@
73
69
  }
74
70
 
75
71
  }
72
+
73
+ ```