質問編集履歴

2

ideoneのリンクのmarkdownを修正

2017/10/01 00:36

投稿

grovion
grovion

スコア145

test CHANGED
File without changes
test CHANGED
@@ -66,7 +66,7 @@
66
66
 
67
67
 
68
68
 
69
- Ideoneで確認できます(https://ideone.com/ODNPYa](https://ideone.com/ODNPYa)
69
+ Ideoneで確認できます([https://ideone.com/ODNPYa](https://ideone.com/ODNPYa)
70
70
 
71
71
 
72
72
 

1

ideoneのリンク修正

2017/10/01 00:36

投稿

grovion
grovion

スコア145

test CHANGED
File without changes
test CHANGED
@@ -40,23 +40,23 @@
40
40
 
41
41
  type L2[+A] = scala.collection.immutable.List[A]
42
42
 
43
-
43
+
44
44
 
45
-
45
+
46
46
 
47
47
  val a: L1[String] = List("apple", "orange", "melon")
48
48
 
49
49
  val b: L1[CharSequence] = a // 定義可能です
50
50
 
51
-
51
+
52
52
 
53
-
53
+
54
54
 
55
- val c: L1[String] = List("apple", "orange", "melon")
55
+ val c: L2[String] = List("apple", "orange", "melon")
56
56
 
57
- val d: L1[CharSequence] = c // 定義可能です
57
+ val d: L2[CharSequence] = c // 定義可能です
58
58
 
59
-
59
+
60
60
 
61
61
  println("実行もOK")
62
62
 
@@ -66,7 +66,7 @@
66
66
 
67
67
 
68
68
 
69
- Ideoneで確認できます([https://ideone.com/VyJ5wY](https://ideone.com/VyJ5wY)
69
+ Ideoneで確認できます(https://ideone.com/ODNPYa](https://ideone.com/ODNPYa
70
70
 
71
71
 
72
72