We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b9912 commit 441c68dCopy full SHA for 441c68d
src/App.tsx
@@ -2,6 +2,10 @@ import React, { Component } from 'react';
2
import logo from './logo.svg';
3
import './App.css';
4
5
+interface Test {
6
+ readonly foo: string;
7
+}
8
+
9
class App extends Component {
10
render() {
11
return (
0 commit comments