git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/invalid/key/dotted-redefine-table.toml (about)

     1  # Defined a.b as int
     2  a.b = 1
     3  # Tries to access it as table: error
     4  a.b.c = 2