()
| 11554 | this._allow_typevars = allow_typevars; |
| 11555 | } |
| 11556 | parseType() { |
| 11557 | const r = this.parseFakeAndRealType(); |
| 11558 | return { first: r[0], second: r[2] }; |
| 11559 | } |
| 11560 | parseBaseType() { |
| 11561 | const L = this.L; |
| 11562 | const tok = L.cur(); |
no test coverage detected