Skip to content

Commit

Permalink
~~~ Problematic test #1 (do not push) ~~~
Browse files Browse the repository at this point in the history
  • Loading branch information
mglukhikh committed Mar 18, 2021
1 parent ff00017 commit d3c5c45
Show file tree
Hide file tree
Showing 7 changed files with 379 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions compiler/testData/ir/irText/firProblems/HashTable.fir.kt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class C1 : Hashtable<String, Int> {
constructor() /* primary */ {
super/*Hashtable*/<String, Int>()
/* <init>() */

}

}
176 changes: 176 additions & 0 deletions compiler/testData/ir/irText/firProblems/HashTable.fir.txt

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions compiler/testData/ir/irText/firProblems/HashTable.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// FULL_JDK

class C1 : java.util.Hashtable<String, Int>()
8 changes: 8 additions & 0 deletions compiler/testData/ir/irText/firProblems/HashTable.kt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class C1 : Hashtable<String, Int> {
constructor() /* primary */ {
super/*Hashtable*/<@FlexibleNullability String?, @FlexibleNullability Int?>()
/* <init>() */

}

}
172 changes: 172 additions & 0 deletions compiler/testData/ir/irText/firProblems/HashTable.txt

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3c5c45

Please sign in to comment.