FIR IDE: move FIR IDE completion tests to idea-fir module
This commit is contained in:
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
class Some() {
|
||||
public val testPublic : Int = 12
|
||||
protected val testProtected : Int = 12
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
class Some() {
|
||||
public val testPublic = 12
|
||||
protected val testProtected = 12
|
||||
|
||||
Reference in New Issue
Block a user