nitc: fix calling extern constructors from extern code in separate compiler
[nit.git] / tests / error_formal.nit
index b8555d3..13a16b5 100644 (file)
@@ -15,5 +15,5 @@
 # limitations under the License.
 
 class A[T]
-       var _k: T[Int]
+       var k: T[Int]
 end